home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 526-550 / disk_546 / 2view / 2view.readme < prev    next >
Text File  |  1992-05-06  |  2KB  |  53 lines

  1.  
  2. This is a quick introduction to 2View, for advanced Amiga users who don't
  3. want to read the 2+ page, single spaced documentation.
  4.  
  5. 2View behaves in the usual way when run from Workbench:  to show a file or
  6. files, click on the icons of the files you want to display then (while
  7. holding the SHIFT key down) double-click on 2View's icon.
  8.  
  9. CLI usage is as such:
  10.  
  11.    2View FILE/A/M,SECS=SECONDS/K/N,TICKS/K/N,LOOP/S,FROM/K,PRINT/S
  12.  
  13. where the keywords are defined as such:
  14.    FILE - One or more filenames (they can appear anywhere on the command
  15.       line)
  16.    SECS - The number of seconds to display each file
  17.    TICKS - The number of ticks (1/50th of a second) to display each file
  18.    LOOP - If this keyword is present 2View will start over from the
  19.       beginning once its shown each picture
  20.    FROM - Use FROM <filename> to display the pictures you have listed in a
  21.       separate file (named <filename).
  22.    PRINT - If this flag is present, 2View will print each picture it
  23.        displays
  24.  
  25. If you don't specify a 'SECS' or 'TICKS' argument, you will have to advance
  26. manually.
  27.  
  28. To advance to the next picture, press the left mouse button or CTRL-C
  29. To quit 2View, press the right mouse button or CTRL-D
  30. To print the currently displayed picture, press CTRL-P
  31.  
  32. You can override the 'SECS' or 'TICKS' argument and advance immediately by
  33. pressing the LMB or CTRL-C
  34.  
  35. For a list of ARexx commands supported by 2View, see ARexx.doc
  36. For my address, see the end of 2View.doc
  37.  
  38. List of files:
  39. --------------
  40. This is what you should get when you do a 'dir all' from 2View's directory.
  41.  
  42.      Source (dir)
  43.        2View.c                2View.h
  44.        2View.lnk            ARexx.c
  45.        ARexx.h                iff.h
  46.        MinRexx.h            minrexx.o
  47.   2View                2View.doc
  48.   2View.doc.info           2View.info
  49.   2View.README               2View.README.info
  50.   ARexx.doc               ARexx.doc.info
  51.   GetInfo.rx
  52.  
  53.